home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
internet
/
irc_i_dodatki
/
kuang
/
kuangeleven28.lha
/
Rexx
/
Shutdown.amirx
< prev
next >
Wrap
Text File
|
1997-03-12
|
634b
|
26 lines
/* Kuang Eleven v2.7 Shutdown for AmIRC 1.22+ */
address REXX
if ~show('L','rexxsupport.library') then addlib('rexxsupport.library',0,-30,0)
p=0;l=show('P')
do i=0 until p=0
p=pos('AMIRC',l,p+1)
end
if i>1 then exit
putlst=getclip('sc_copyscripts')
delist=''
if putlst~='' then do until putlst=''
parse var putlst scr putlst
delist=delist 'T:'scr
end
address command 'delete T:Kuang11.amirx'delist 'FORCE QUIET'
x=show('C')
do i=1 to words(x)
y=word(x,i)
z=substr(y,1,3)
if z='sc_'|z='st_' then call setclip(y)
end
if show('P','KUANGPORT') then address KUANGPORT 'endprog()'
if show('P','KUANG') then address KUANGPORT 'quit'